endCallFailed

abstract fun endCallFailed(call: CallInterface?, error: MobileError?)

This method is invoked when endCall has failed. This is the call back method for the endCall request

Since

2.0.0

Parameters

call

related call

error

related error

See also